home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat3 / bcmp.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  940 b   |  27 lines

  1.  
  2. BCMP(3)                    UNIX Programmer's Manual                    BCMP(3)
  3.  
  4. NNAAMMEE
  5.      bbccmmpp - compare byte string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _i_n_t
  11.      bbccmmpp(_c_o_n_s_t _v_o_i_d _*_b_1, _c_o_n_s_t _v_o_i_d _*_b_2, _s_i_z_e___t _l_e_n)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The bbccmmpp() function compares byte string _b_1 against byte string _b_2, re-
  15.      turning zero if they are identical, non-zero otherwise.  Both strings are
  16.      assumed to be _l_e_n bytes long.  Zero-length strings are always identical.
  17.  
  18.      The strings may overlap.
  19.  
  20. SSEEEE AALLSSOO
  21.      memcmp(3),  strcasecmp(3),  strcmp(3),  strcoll(3),  strxfrm(3)
  22.  
  23. HHIISSTTOORRYY
  24.      A bbccmmpp() function first appeared in 4.2BSD.
  25.  
  26. 4.2 Berkeley Distribution       April 19, 1991                               1
  27.